Serialized Form


Package algalcommand.alpha

Class algalcommand.alpha.AlgalCommandAboutBox extends javax.swing.JDialog implements Serializable

Serialized Fields

closeButton

javax.swing.JButton closeButton

Class algalcommand.alpha.AlphaGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

alphaPanels

java.util.ArrayList<E> alphaPanels
The number of PBR UIs we have


cycleperiod_minutes

double cycleperiod_minutes

bubbler

algalcommand.alpha.AlphaGUI.BubbleServer bubbler

brain

AlphaInterface brain

bubblecycle_spinner

javax.swing.JSpinner bubblecycle_spinner

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jMenuBar1

javax.swing.JMenuBar jMenuBar1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

menu_file

javax.swing.JMenu menu_file

menu_load

javax.swing.JMenuItem menu_load

menu_rescan

javax.swing.JMenuItem menu_rescan

menu_save

javax.swing.JMenuItem menu_save

pbrarea

javax.swing.JPanel pbrarea

Class algalcommand.alpha.OldPBRForm extends javax.swing.JFrame implements Serializable

Serialized Fields

pbr

Photobioreactor pbr

last_turbidity

double last_turbidity

turbidity_interval

java.lang.Double turbidity_interval

timer

algalcommand.alpha.OldPBRForm.TurbidityTimer timer

timert

java.lang.Thread timert

sunchecker

algalcommand.alpha.OldPBRForm.SolarSinTimer sunchecker

suncheckert

java.lang.Thread suncheckert

day_length

double day_length

sinsun

boolean sinsun

solar_peak

double solar_peak

valveopen

boolean valveopen

stir

boolean stir

turbidity_enable

boolean turbidity_enable

turbidity_zero

java.lang.String turbidity_zero

renamepopup

javax.swing.JDialog renamepopup

renamefield

javax.swing.JTextField renamefield

renameconfirm

javax.swing.JButton renameconfirm

renamecancel

javax.swing.JButton renamecancel

gas_open

boolean gas_open

scheduler

ScheduleKeeper scheduler

fchooser

javax.swing.JFileChooser fchooser

scheduling

boolean scheduling

rpms

int rpms

blink_button

javax.swing.JButton blink_button

currentLED_label

javax.swing.JLabel currentLED_label

daylength_spinner

javax.swing.JSpinner daylength_spinner

gas_button

javax.swing.JButton gas_button

jLabel1

javax.swing.JLabel jLabel1

jLabel10

javax.swing.JLabel jLabel10

jLabel11

javax.swing.JLabel jLabel11

jLabel12

javax.swing.JLabel jLabel12

jLabel13

javax.swing.JLabel jLabel13

jLabel14

javax.swing.JLabel jLabel14

jLabel15

javax.swing.JLabel jLabel15

jLabel16

javax.swing.JLabel jLabel16

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

jLabel7

javax.swing.JLabel jLabel7

jLabel8

javax.swing.JLabel jLabel8

jLabel9

javax.swing.JLabel jLabel9

jSeparator1

javax.swing.JSeparator jSeparator1

jSeparator2

javax.swing.JSeparator jSeparator2

jSeparator3

javax.swing.JSeparator jSeparator3

jSeparator4

javax.swing.JSeparator jSeparator4

load_schedule_button

javax.swing.JButton load_schedule_button

loadedfile_field

javax.swing.JTextField loadedfile_field

manualPanel

javax.swing.JPanel manualPanel

measureturb_button

javax.swing.JButton measureturb_button

rename_button

javax.swing.JButton rename_button

schedulePanel

javax.swing.JPanel schedulePanel

schedule_spinner

javax.swing.JSpinner schedule_spinner

sinday_checkbox

javax.swing.JCheckBox sinday_checkbox

solarvoltage_spinner

javax.swing.JSpinner solarvoltage_spinner

speed_spinner

javax.swing.JSpinner speed_spinner

stir_button

javax.swing.JButton stir_button

tabs

javax.swing.JTabbedPane tabs

toggle_schedule_button

javax.swing.JButton toggle_schedule_button

turbidity_checkbox

javax.swing.JCheckBox turbidity_checkbox

turbidity_label

javax.swing.JLabel turbidity_label

turbinterval_spinner

javax.swing.JSpinner turbinterval_spinner

zeroturb_button

javax.swing.JButton zeroturb_button

zerov_label

javax.swing.JLabel zerov_label

Class algalcommand.alpha.PBRPanelAlpha extends javax.swing.JPanel implements Serializable

Serialized Fields

pbr

Photobioreactor pbr

bubble_time

double bubble_time

gui

OldPBRForm gui

bubble_ms

long bubble_ms

bubble_spinner

javax.swing.JSpinner bubble_spinner

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

name_label

javax.swing.JLabel name_label

view_button

javax.swing.JButton view_button

Package algalcommand.io.xml

Class algalcommand.io.xml.Element extends java.lang.Object implements Serializable

Serialized Fields

format

XMLFormatter format
Convienince class for converting between Java text and XML text


tagname

java.lang.String tagname
This is the name of this tag. Ex: <font face="serif"> has a tagname of "font".


attributeMap

java.util.Map<K,V> attributeMap
A synchronized map for holding key-value pairs that represent the attributes (the key is the attribute name)


contents

java.util.List<E> contents
This list holds the text and elements contained by this tag. If it is an empty tag (e.g. <br />), then this list has a size of 0.

Class algalcommand.io.xml.RootElement extends Element implements Serializable

Class algalcommand.io.xml.XMLFormatter extends java.lang.Object implements Serializable


Package algalcommand.testbench

Class algalcommand.testbench.MainFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

pbrLookup

java.util.Map<K,V> pbrLookup

blank_panel

javax.swing.JPanel blank_panel

jLabel1

javax.swing.JLabel jLabel1

jSeparator1

javax.swing.JSeparator jSeparator1

pbr_area

javax.swing.JScrollPane pbr_area

pbr_dropdown

javax.swing.JComboBox pbr_dropdown

scan_button

javax.swing.JButton scan_button

Class algalcommand.testbench.PBRTestPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

socket

java.net.Socket socket

output

java.io.PrintWriter output

input

java.io.BufferedReader input

TIMEOUT_MS

int TIMEOUT_MS

listener

algalcommand.testbench.PBRTestPanel.PBRListener listener

aout_spinner

javax.swing.JSpinner aout_spinner

blink

javax.swing.JButton blink

clear_pin

javax.swing.JButton clear_pin

jLabel1

javax.swing.JLabel jLabel1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jSeparator1

javax.swing.JSeparator jSeparator1

log

javax.swing.JTextArea log

pin_dropdown

javax.swing.JComboBox pin_dropdown

read_analog

javax.swing.JButton read_analog

read_pin

javax.swing.JButton read_pin

set_analog

javax.swing.JButton set_analog

set_pin

javax.swing.JButton set_pin

teensy_display

javax.swing.JLabel teensy_display